### Eclipse Workspace Patch 1.0 #P ofbiz Index: applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl =================================================================== --- applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (revision 829528) +++ applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (working copy) @@ -264,11 +264,13 @@
| + | <#if previousProductId?exists> ${uiLabelMap.CommonPrevious} | #if> @@ -279,9 +281,6 @@ | |
|
@@ -294,6 +293,8 @@
|
+ ||
${productContentWrapper.get("PRODUCT_NAME")?if_exists}${productContentWrapper.get("DESCRIPTION")?if_exists}
@@ -481,7 +482,8 @@
#if>
#if>
#if>
- | ||
| + | ||
|
<#-- check to see if introductionDate hasnt passed yet -->
<#if product.introductionDate?exists && nowTimestamp.before(product.introductionDate)>
| ||